home *** CD-ROM | disk | FTP | other *** search
Wrap
REM Before you launch this batch file, please update the following information: REM **** INFORMATION TO UPDATE **** REM Update the name of the ClearQuest database set CQDatabaseName=TU1 REM Update the hard drive letter where your local Rational products are installed set H=C: REM Update the SuperUser login name for ClearQuest database, RequisitePro and Rational Repository set U=admin REM Update the path to your local Rational installation directory set P=\Program Files\Rational\ REM Update the name of your RequisitePro project set RP=Default REM Update the full name to your RequisitePro .rqs file. REM It should be a UNC path if you want to access your project from different machines set RQS=\\Server\Project\Default\requisite\requisite.rqs REM Update the path to the cqi.hlp file REM It should be a UNC path if it is on a different machine. set Help=\\Server\Program Files\Rational\RequisitePro\help\cqi.hlp REM **** BEGINNING OF THE SCRIPT **** %H% cd %P%\common REM Creation of the association between the 'Defect' ClearQuest record type and the RequisitePro attribute 'Defect' of the Feature requirement type ASCQISetup.exe -c %U% %CQDatabaseName% Defect Requirements_List Defects_list RepoProject Modify "Associate Defects" "%Help%" 2 "%RP%" "%RQS%" FEAT Defect 3 REM Creation of the association between the 'EnhancementRequest' ClearQuest record type and the attribute 'EnhancementRequest' of the Feature requirement type ASCQISetup.exe -c %U% %CQDatabaseName% EnhancementRequest Requirements_List EnhancementRequests_list RepoProject Modify "Associate Enhancement Requests" "%Help%" 2 "%RP%" "%RQS%" FEAT EnhancementRequest 3 pause